CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java aes

搜索资源列表

  1. AES

    0下载:
  2. 纯java AES实现,不引用其他工具包
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:22185
    • 提供者:luborong
  1. simplified_AES

    0下载:
  2. simplified AES without using java or max
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3589
    • 提供者:Sanober
  1. AES_implementation

    1下载:
  2. 基于JAVA下,AES算法的实现,包含AES128, AES192, AES256, 博士毕业设计-Under the JAVA-based, AES algorithm implementation, including AES128, AES192, AES256, Ph.D. Graduation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:43455
    • 提供者:Ye Li
  1. securit

    0下载:
  2. AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:56086
    • 提供者:胡斌
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16307947
    • 提供者:cristiano
  1. lab1

    0下载:
  2. 提供JAVA源码,加密解密4种算法,AES, DES ,RSA ,SHA-1,-Provide JAVA source, four kinds of encryption algorithm, AES, DES, RSA, SHA-1,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:13672
    • 提供者:shangguan
  1. Crypt

    0下载:
  2. j2me上实现AES的加密,由于在j2me上需求调动BouncyCastle的包,其中出现不足128位需求补充的问题-j2me achieve AES encryption, due to demand in j2me on BouncyCastle mobilization of the package, which occurred less than 128 to add the issue of demand
  3. 所属分类:J2ME

    • 发布日期:2017-03-29
    • 文件大小:815
    • 提供者:eric
  1. aes

    0下载:
  2. AES加密解密软件,毕业设计,大家参考一下-AES encryption and decryption software
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:109562
    • 提供者:张思远
  1. AESandRSA

    0下载:
  2. 高级加密标准(AES)是一个用来代替数据加密标准(DES)的算法。目前使用的一般为128,196和256位密钥,这三种密钥都是 相当安全的-Advanced Encryption Standard (AES) is used to replace the Data Encryption Standard (DES) algorithm. Currently used in general for 128,196 and 256-bit keys, these three keys are
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4769
    • 提供者:panjijun
  1. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:27875
    • 提供者:tangxiaojun
  1. cryptology

    0下载:
  2. 密码学中RSA,AES和数值签名的实现-Cryptography RSA, AES and numerical implementation of the Signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:33775
    • 提供者:tieqian
  1. aes

    0下载:
  2. AES for voice. completely done. (need java)
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:umar
  1. AEScalc

    0下载:
  2. AES Block Cipher Calculator. Given key and input string, encrypts to AES standards. Java source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:36525
    • 提供者:Git
  1. DH

    0下载:
  2. Step 1: Generating a Parameter Set for the Diffie‐Hellman Key Agreement Algorithm Step 2: Generating a Secret Key Using the Diffie‐Hellman Key Agreement Algorithm Step 3: Use UDP to exchange DH public key Step 4: Establish an AES‐256 encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:127900
    • 提供者:Tong Liu
  1. siganature

    0下载:
  2. 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5359
    • 提供者:hu
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. AES_in_java

    0下载:
  2. AES in java, It is a good source, I hope it can help you guys.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:lzl
  1. AesRijndael

    0下载:
  2. AES加密算法,Java实现AES加密算法-AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:5150
    • 提供者:nasa
  1. AES

    0下载:
  2. AES algorithm in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1124
    • 提供者:esha
  1. AES--JAVA

    0下载:
  2. The every part of function on AES, writen in java and in class.Two java txt in the rar, one is function and another is operator txt. -The every part of function on AES, writen in java and in class.Two java txt in the rar, one is function and another
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:29217
    • 提供者:badengfei
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com